;flak spec

;FLAK Start
throwangle     = 0
throwforward   = 8
throwheight    = 0

;FLAK Movement
lifespan       = 40
yinc	       = -1
zinc	       = 5
xspeed         = 0
yspeed         = 10
zspeed         = 0
weight         = 500
spinx          = 330
spinz          = 50
bounceonhit    = 2
explodeonhit   = 0
damage         = 100

;FLAK Explosion
exponfloor     = sparks
expinair       = sparks

;FLAK Sounds

sndbounce      = bounce.wav
sndexplode     = explode.wav
